@font-face {
    font-family: 'Proxima Nova';
    src: url("");
    src: url("ProximaNova-Extrabld.eot") format('embedded-opentype'),
        url("ProximaNova-Extrabld.woff2") format('woff2'),
        url("ProximaNova-Extrabld.woff") format('woff');
    font-weight: 800;
    font-style: normal;
}

/* styles */
body {
	min-width: 480px;
	background: #84516e;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.5em;
	color: #333333;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
h2.title{
	font-size: 24px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px;
	color: #333333;
}
h2.title span{
	display: block;
	font-weight: 800;
	font-size: 32px;
	line-height: 1.1em;
	color: #c90072;
}
h2.title i{
	color: #c90072;
	font-style: normal;
}



section{
	padding: 35px 0 30px;
}

.color_theme{
	background: #c2006e url("../img/color_bg.jpg") 50% 0% no-repeat;
}
.color_theme .title,
.color_theme .title span{
	color: #fff;
}

.m1-form{
}
.m1-form input{
	width: 100%;
	display: block;
	font-family: 'Proxima Nova', sans-serif;
	border: #e1d9cc 1px solid;
	font-size: 18px;
	margin-bottom: 10px;
	height: 76px;
	border-radius: 40px;
	background: #fff;
	text-indent: 80px;
	color: #777777;
}
.m1-form input[name="name"]{
	background: #fff url("../img/input_name.png") 32px 50% no-repeat;
}
.m1-form input[name="phone"]{
	background: #fff url("../img/input_phone.png") 32px 50% no-repeat;
}
.m1-form .button-m{
	margin-top: 0;
	width: 100%;
}
.m1-form ::-webkit-input-placeholder {
	color: #777777;
}
.m1-form ::-moz-placeholder {
	color: #777777;
}
.m1-form :-moz-placeholder {
	color: #777777;
}
.m1-form :-ms-input-placeholder {
	color: #777777;
}
.m1-form :focus::-webkit-input-placeholder {
	color: transparent;
}
.m1-form :focus::-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-ms-input-placeholder {
	color: transparent;
}

/* button */
.button-m{
	border: none;
	cursor: pointer;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	height: 80px;
	width: 360px;
	display: block;
	border-radius: 40px;
	line-height: 80px;
	text-decoration: none;
	text-align: center;
	background: #f7d139;
	border-bottom: 5px solid #eba828;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
	font-weight: 800;
	font-size: 24px;
	margin: 0px auto;
	color: #71470b;
	position: relative;
}
.button-m:active{
	background: #dcba34;
	top: 2px;
}

.button-m.btn2{
	font-size: 20px;
}



/*  offer_section   */
.offer_section{
	padding: 0 0 30px;
}
.offer_section .box{
	background: url("../img/offer.jpg") 50% 0% no-repeat;
	min-height: 710px;
	position: relative;
	margin-bottom: -120px;
	padding: 35px 0 0;
}
.offer_section img.logo{
	position: absolute;
	top: 30px;
	left: 13px;
}
.main_title{
	font-size: 66px;
	line-height: 1em;
	font-weight: 800;
	color: #c2006d;
	padding: 0 200px 0 80px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.main_subtitle{
	color: #c2006d;
	font-size: 29px;
	line-height: 1.1em;
	text-transform: uppercase;
	padding: 0 230px 0 12px;
	text-align: center;
	font-weight: 800;
	margin-top: 35px;
}
.main_subtitle span{
	display: block;
	font-size: 32px;
	line-height: 1.3em;
}
.offer_section .desc{
	font-size: 17px;
	line-height: 1.2em;
	color: #000;
	text-transform: uppercase;
	padding: 0 250px 0 65px;
	margin-top: 50px;
	font-weight: 700;
	position: relative;
}
.offer_section .desc b{
	display: block;
	font-size: 27px;
}
.offer_section .desc span{
	position: absolute;
	font-size: 65px;
	line-height: 1em;
	color: #c2006d;
	
	
	left: 30px;
	font-weight: 800;
}
.offer_section .desc span small{
	font-size: 70px;
}

.offer_section .sale{
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #ac0062;
	padding-top: 20px;
	color: #fff;
	font-size: 20px;
	line-height: 1.1em;
	text-transform: uppercase;
	text-align: center;
	margin: 80px 0 0 270px;
}
.offer_section .sale span{
	color: #fdd63b;
	font-size: 48px;
	display: block;
	line-height: 1em;
	font-weight: 800;
	margin-bottom: -7px;
}
.offer_section .sale span small{
	font-size: 30px;
}
.offer_section .price{
	position: absolute;
	transform: rotate(18deg);
	bottom: 112px;
	width: 100%;
	padding: 0 15px;
	font-size: 0;
}
.offer_section .price>div{
	display: inline-block;
	font-size: 0;
}
.offer_section .price>div p{
	width: 70px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.1em;
}
.offer_section .price>div span{
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	line-height: 1.1em;
	text-transform: uppercase;
}
.offer_section .price>div span small{
	font-size: 0.6em;
}

.offer_section .price .old{
	color: #fff;
	width: 195px;
}
.offer_section .price .old span{
	text-decoration: line-through;
}

.offer_section .price .new{
	margin-left: 25px;
	font-weight: 700;
}
.offer_section .price .new p{
	font-size: 18px;
}
.offer_section .price .new span{
	font-weight: 800;
	font-size: 40px;
	line-height: 1em;
	margin: 4px 0 0 20px;
}


.ofr_bull{
	padding: 30px 10px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: -80px;
}
.ofr_bull>li{
	width: 33.3%;
	float: left;
	position: relative;
	padding: 0 18px 25px;
	font-size: 17px;
	line-height: 1.3em;
}
.ofr_bull>li:nth-child(2){
	margin-top: 50px;
}
.ofr_bull>li:nth-child(3){
	margin-top: 90px;
}
.ofr_bull>li:not(:last-child):after{
	content: '';
	width: 2px;
	height: 94px;
	background: #e07fb6;
	position: absolute;
	bottom: -10px;
	right: 0px;
}
.ofr_bull>li>p>b{
	display: block;
}
.ofr_bull>li>span{
	position: absolute;
	font-size: 72px;
	line-height: 72px;
	color: rgba(201,0,114,0.12);
	bottom: -30px;
	right: 18px;
	font-weight: 800;
}


.offer_section .order_form{
	width: 440px;
	margin: 0 auto;
	background: url("../img/form_bg.png") 50% 0% no-repeat;
	min-height: 583px;
	position: relative;
	padding: 85px 40px 0;
}
.prod_count{
	color: #fff;
	font-size: 18px;
	position: relative;
	padding-left: 10px;
	margin-bottom: 20px;
}
.prod_count:before{
	content: '';
	width: 30px;
	height: 62px;
	background: #a1005c;
	border-radius: 0 12px 12px 0;
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -34px;
}
.prod_count span{
	font-size: 48px;
	line-height: 30px;
	color: #fdd63b;
	font-weight: 800;
}
.prod_count span small{
	font-size: 16px;
	margin-left: 5px;
}
.timer{
	margin-bottom: 20px;
}
.timer p{
	text-align: center;
	color: #fff;
	font-weight: 800;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.timer .timer_container{
	text-align: center;
	font-size: 0;
}
.timer .timer_block{
	width: 74px;
	background: #a1005c;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
	margin: 0 20px;
	border-radius: 14px;
	position: relative;
}
.timer .timer_block:not(:last-child):after{
	content: ':';
	font-size: 60px;
	line-height: 1em;
	color: #e480b9;
	position: absolute;
	right: -28px;
	top: 2px;
	font-weight: 600;
}
.timer .timer_block .count{
	font-size: 36px;
	color: #fdd63b;
	font-weight: 800;
	line-height: 1em;
}
.timer .timer_block .text{
	color: #fff;
	font-size: 12px;
	line-height: 1.2em;
}




/*sect2*/
.sect2{
	background: #f0f3ee;
	padding-bottom: 10px;
}
.sect2 .title{
	margin-bottom: 40px;
}
.list_2{
	font-size: 0;
	letter-spacing: -1px;
}
.list_2>li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	text-align: center;
	letter-spacing: normal;
	font-size: 16px;
	margin-bottom: 30px;
}
.list_2>li>img{
	display: block;
	margin: 0 auto 15px;
	border-radius: 22px 5px 22px 5px;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}
.list_2>li>span{
	font-weight: 800;
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
}


/*.sect3*/
.result_item{
	width: 440px;
	position: relative;
	margin: 0 auto 20px;
}
.result_item>img{
	display: block;
	border-radius: 22px 5px 22px 5px;
}
.result_item:before,

.sect3 .button-m{
	margin-top: 30px;
}


/*sect4*/
.sect4 .content{
	width: 440px;
	margin: 0 auto;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
}
.sect4 .content>img{
	display: block;
	margin: 0 auto 10px;
}
.sect4 .content .benef_1{
	margin-bottom: 25px;
}
.benef_1>li{
	padding: 0 10px;
	margin: 0 0 30px;
	display: table;
	width: 100%;
}
.benef_1>li:last-child{
	margin-bottom: 0;
}
.benef_1>li .img{
	width: 104px;
	display: table-cell;
	vertical-align: middle;
}
.benef_1>li .img img{
	display: block;
	margin: 0 auto;
	border-radius: 0 12px 12px 0;
}
.benef_1>li .text{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 18px;
	font-size: 16px;
}
.benef_1>li .text span{
	display: block;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px;
}
.benef_1>li:nth-child(2n) .img img{
	border-radius: 12px 0 0 12px;
}
.benef_1>li:nth-child(2n) .text{
	padding: 0 18px 0 0;
	text-align: right;
}

.garant{
	background: #f0f0f0;
    padding: 23px 0px 0px 51px;
    position: relative;
}
}
.garant h4{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.garant h4 span{
	color: #c90072;
}
.typ_list>li{
	padding: 0 0 0 20px;
	background: url("../img/") 0% 5px no-repeat;
	margin-bottom: 14px;
	font-size: 16px;
}
.typ_list>li:last-child{
	margin-bottom: 0;
}
.garant>span{
	position: absolute;
	transform: rotate(90deg);
	font-size: 36px;
	line-height: 56px;
	text-transform: uppercase;
	color: #c90072;
	font-weight: 800;
	top: 78px;
	left: -50px;
}




/*action_sect*/
.action_sect{
	padding-bottom: 0;
}
.action_sect .title{
	margin-bottom: 10px;
}
.action_sect img{
	display: block;
	margin: 0 auto 20px;
}
.action_sect>p{
	text-align: center;
	padding: 0 50px;
	margin-bottom: 30px;
}
.video_block{
	width: 440px;
	height: 310px;
	margin: 0 auto 25px;
	position: relative;
	overflow: hidden;
	border-radius: 22px;
	background: #343434;
}
.video_block iframe,
.video_block object{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.action_sect .button-m{
	color: #333333;
}



/*sect_img*/
.sect_img{
	padding: 30px 0 10px;
}
.sect_img>img{
	display: block;
	margin: 0 auto 20px;
	border-radius: 22px 5px 22px 5px;
}



/*sect5*/
.reviews{
	padding: 0 20px 0;
}
.rev_item{
	background: #fff;
	padding: 5px 20px 15px;
	border-radius: 20px;
	margin-top: 110px;
}
.rev_item .img{
	width: 280px;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	margin: -115px auto 20px;
}
.rev_item .img>img{
	display: block;
	border-radius: 5px;
}
.rev_item>span{
	display: block;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 16px;
}
.rev_item>span>span{
	display: block;
	color: #c90072;
}

.rev_item>p{
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 5px;
}
.rev_item .info{
	color: #acacac;
	background: url("../img/") 100% 50% no-repeat;
	width: 400px;
	margin: 0 auto;
}


.sect5 .owl-prev,
.sect5 .owl-next{
	width: 23px;
	height: 38px;
	position: absolute;
	top: 143px;
}
.sect5 .owl-prev{
	background: url("../img/") 0% 50% no-repeat;
	left: 50px;
}
.sect5 .owl-next{
	background: url("../img/") 100% 50% no-repeat;
	right: 50px;
}



.vote_section{
	background: #ebe8e6 url("../img/") 50% 0% no-repeat;
}
.vote_section .title{
	padding: 0;
	font-size: 28px;
}
.vote_section .title span{
	font-size: 28px;
	margin-top: 10px;
}
.vote_block{
	padding: 0 20px;
}

.vote_block .question_item .line {
  display: none;
  width: 0%;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 6px 6px 0;
}
.vote_block .question_item .percents {
  display: none;
  float: right;
  padding: 0 20px 0 0;
  font-weight: 700;
  line-height: 50px;
  text-align: right;
  position: relative;
  color: #333333;
}

.question_item{
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 6px;
	height: 52px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.vote_block .question_item .question_text {
  float: left;
  padding: 0 0 0 20px;
  line-height: 52px;
  position: relative;
}
.vote_block .question_item .question_text:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  content: '';
  margin: -2px 10px 0 -5px;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.question_item:nth-child(1){
	background: #6cd567;
	border-bottom: 3px solid #1ba515;
}
.question_item:nth-child(2){
	background: #ff7a7a;
	border-bottom: 3px solid #dd2b2b;
}
.question_item:nth-child(3){
	background: #f0b752;
	border-bottom: 3px solid #cc870e;
}
.question_item:nth-child(1) .line{
	background: #6cd567;
}
.question_item:nth-child(2) .line{
	background: #ff7a7a;
}
.question_item:nth-child(3) .line{
	background: #f0b752;
}
.vote_block .question_item:nth-child(1) .question_text:before{
	background: #1ba515;
}
.vote_block .question_item:nth-child(2) .question_text:before{
	background: #e74343;
}
.vote_block .question_item:nth-child(3) .question_text:before{
	background: #cc870e;
}

.vote_section .questions_list.active .question_item .question_text:before {
	display: none;
}
.vote_section .questions_list.active .question_item .percents {
	display: block;
}
.vote_section .questions_list.active .question_item .line {
	display: block;
}

.vote_block .questions_list.active .question_item:nth-child(1),
.vote_block .questions_list.active .question_item:nth-child(2),
.vote_block .questions_list.active .question_item:nth-child(3){
	background: #fff;
	border: none;
}

.vote_block .questions_list.active .question_text{
	color: #333;
}

.voice_count{
	width: 400px;
	margin: 30px auto 0;
	border-radius: 8px;
	background: rgba(255,255,255,0.6);
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
}
.voice_count:before{
	content: '';
	width: 46px;
	height: 34px;
	background: url("../img/") 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.voice_count b,
.voice_count span{
	color: #c90072;
	font-weight: 800;
}
.voice_count b{
	margin-left: 10px;
}



/*sect7*/
.order_list{
	padding: 0 20px;
}
.order_list>li{
	display: table;
	width: 100%;
	padding-bottom: 48px;
	background: url("../img/order_li.png") 50% 100% no-repeat;
}
.order_list>li:nth-child(2n){
	background: url("../img/order_2n.png") 50% 100% no-repeat;
}
.order_list>li:last-child{
	background: none;
	padding-bottom: 0;
}
.order_list>li .img{
	display: table-cell;
	vertical-align: middle;
	width: 78px;
}
.order_list>li .img img{
	display: block;
	border-radius: 50%;
}
.order_list>li p{
	display: table-cell;
	padding: 0 0 0 20px;
	vertical-align: middle;
}

.order_list>li:nth-child(2n) p{
	padding: 0 20px 0 0;
	text-align: right;
}







/* footer */
.footer_section {
	padding: 0 0 25px;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #222;
	display: block;
}